home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / Text Plain / textplain.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2004-10-28  |  1.5 KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.     <Description about="urn:mozilla:install-manifest">
  5.         <em:id>{e1c8879e-9db4-4adf-92d2-d4856bd434ef}</em:id>
  6.         <em:version>1.1.2</em:version>
  7.         <em:targetApplication>
  8.             <Description>
  9.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  10.                 <em:minVersion>0.8</em:minVersion>
  11.                 <em:maxVersion>1.0</em:maxVersion>
  12.             </Description>
  13.         </em:targetApplication>
  14.         <em:name>text/plain</em:name>
  15.         <em:description>Treats selected plain text urls, and email addresses as links and adds options to the context menu on how to use these.</em:description>
  16.         <em:creator>Gilles Durys</em:creator>
  17.         <em:contributor>Takeru Komoriya</em:contributor>
  18.         <em:contributor>Alex Pircher</em:contributor>
  19.         <em:homepageURL>http://mozilla.durys.net/textplain/</em:homepageURL>
  20.         <em:file>
  21.             <Description about="urn:mozilla:extension:file:textplain.jar">
  22.                 <em:package>content/textplain/</em:package>
  23.                 <em:locale>locale/en-US/textplain/</em:locale>
  24.                 <em:locale>locale/fr-FR/textplain/</em:locale>
  25.                 <em:locale>locale/ja-JP/textplain/</em:locale>
  26.                 <em:locale>locale/de-AT/textplain/</em:locale>
  27.             </Description>
  28.         </em:file>
  29.     </Description>
  30. </RDF>
  31.  
  32.